1 #查询可安装版本 2 [root@localhost ~]# yum list docker-ce --showduplicates | sort -r 3 Repository extras is listed more than once in the configuration 4 doc ...
分类:
其他好文 时间:
2021-06-24 18:31:06
阅读次数:
0
情景:控件放在UI主线程中,实际改变控件值是在其他线程中,这是软件报错:不是创建该控件的线程访问控件 解决办法: 1、使用 delegate 和 Invoke: 1 private void button2_Click(object sender, EventArgs e) 2 { 3 Thread ...
分类:
编程语言 时间:
2021-06-24 18:26:40
阅读次数:
0
报错: 把脚本拖到游戏对象,显示如下 原因: 你可能修改了脚本名称,但此时Unity没有找到那个对应脚本名称的类 ...
分类:
编程语言 时间:
2021-06-24 18:18:30
阅读次数:
0
笔者遇到的项目在Windows下能正常连接Mysql8,但是项目打包部署到Linux环境后,连接数据库报错 解决方法是在连接字符串中添加allowPublicKeyRetrieval=true 原因如下(参考官网给出的连接选项): 如果用户使用了 sha256_password 认证,密码在传输过程 ...
分类:
数据库 时间:
2021-06-24 18:14:37
阅读次数:
0
[nginx@p0-hfssp-healthos-web02 sbin]$ sudo ./nginx -s reloadnginx: [error] invalid PID number "" in "/home/nginx/openresty/nginx/logs/nginx.pid" 发生这个错 ...
分类:
其他好文 时间:
2021-06-24 18:14:17
阅读次数:
0
报错如下: Cannot set LC_ALL to locale en_US.UTF-8: No such file or directory 解决方式: apt-get install -y locales locale-gen en_US.UTF-8 ...
分类:
其他好文 时间:
2021-06-24 18:14:03
阅读次数:
0
https://blog.csdn.net/Nire_Yeyu/article/details/104683888/ 安装:pip install pyinstaller 安装时报错,原因是环境变量需要在多配一个路径 打包为exe,版本尽量选择python3.6+32位版本,因为win64位系统向下 ...
分类:
其他好文 时间:
2021-06-24 18:10:33
阅读次数:
0
Linux(CentOS)安装Docker 查看当前内核版本 [docker@localhost ~]$ uname -r 确保yum包更新到最新 [docker@localhost ~]$ sudo yum update 卸载旧版本的docker [docker@localhost ~]$ sud ...
分类:
系统相关 时间:
2021-06-24 18:04:28
阅读次数:
0
功能 CentOS 8 CentOS 7 内核版本 4.18.0-x 3.10.0-x 文件系统 XFS XFS 时间同步 只支持Chronyd 支持NTP和Chronyd 文件大小 8EB 500TB 文件系统大小 1PB 500TB 包管理工具 DNF(YUM v4) YUM(YUM v3) 最 ...
分类:
其他好文 时间:
2021-06-24 18:04:10
阅读次数:
0
Problem: Importing an Oracle 11g R2 Data Pump file containing an ArcSDE 10.x geodatabase encounters Oracle errors ORA-31693, ORA-02354, ORA-00600 Desc ...
分类:
其他好文 时间:
2021-06-24 18:01:26
阅读次数:
0